GroupId | GroupIdcom.epam.eco.schemacatalog |
---|---|
ArtifactId | ArtifactIdschema-catalog-commons |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
schema-catalog-commons-0.1.1.pom | |
schema-catalog-commons-0.1.1.jar | 145 KB |
schema-catalog-commons-0.1.1-sources.jar | 97 KB |
schema-catalog-commons-0.1.1-javadoc.jar | 535 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>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.epam.eco.schemacatalog/schema-catalog-commons/
implementation 'com.epam.eco.schemacatalog:schema-catalog-commons:0.1.1'
// https://jarcasting.com/artifacts/com.epam.eco.schemacatalog/schema-catalog-commons/
implementation ("com.epam.eco.schemacatalog:schema-catalog-commons:0.1.1")
'com.epam.eco.schemacatalog:schema-catalog-commons:jar:0.1.1'
<dependency org="com.epam.eco.schemacatalog" name="schema-catalog-commons" rev="0.1.1">
<artifact name="schema-catalog-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.epam.eco.schemacatalog', module='schema-catalog-commons', version='0.1.1')
)
libraryDependencies += "com.epam.eco.schemacatalog" % "schema-catalog-commons" % "0.1.1"
[com.epam.eco.schemacatalog/schema-catalog-commons "0.1.1"]