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