We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf0830 commit 53b55c4Copy full SHA for 53b55c4
lib/xmljava.jar
365 Bytes
src/com/maxprograms/xml/Constants.java
@@ -0,0 +1,19 @@
1
+/*******************************************************************************
2
+ * Copyright (c) 2023 Maxprograms.
3
+ *
4
+ * This program and the accompanying materials
5
+ * are made available under the terms of the Eclipse Public License 1.0
6
+ * which accompanies this distribution, and is available at
7
+ * https://www.eclipse.org/org/documents/epl-v10.html
8
9
+ * Contributors:
10
+ * Maxprograms - initial API and implementation
11
+ *******************************************************************************/
12
+
13
+ package com.maxprograms.xml;
14
15
+public class Constants {
16
17
+ public static final String VERSION = "1.0.0";
18
+ public static final String BUILD = "20230105_0852";
19
+}
0 commit comments