GroupId | GroupIdcom.epam.eco.schemacatalog |
---|---|
ArtifactId | ArtifactIdschema-catalog-commons |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
schema-catalog-commons-1.2.0.pom | |
schema-catalog-commons-1.2.0.jar | 156 KB |
schema-catalog-commons-1.2.0-sources.jar | 101 KB |
schema-catalog-commons-1.2.0-javadoc.jar | 547 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.epam.eco.schemacatalog/schema-catalog-commons/ -->
<dependency>
<groupId>com.epam.eco.schemacatalog</groupId>
<artifactId>schema-catalog-commons</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.epam.eco.schemacatalog/schema-catalog-commons/
implementation 'com.epam.eco.schemacatalog:schema-catalog-commons:1.2.0'
// https://jarcasting.com/artifacts/com.epam.eco.schemacatalog/schema-catalog-commons/
implementation ("com.epam.eco.schemacatalog:schema-catalog-commons:1.2.0")
'com.epam.eco.schemacatalog:schema-catalog-commons:jar:1.2.0'
<dependency org="com.epam.eco.schemacatalog" name="schema-catalog-commons" rev="1.2.0">
<artifact name="schema-catalog-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.epam.eco.schemacatalog', module='schema-catalog-commons', version='1.2.0')
)
libraryDependencies += "com.epam.eco.schemacatalog" % "schema-catalog-commons" % "1.2.0"
[com.epam.eco.schemacatalog/schema-catalog-commons "1.2.0"]