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