s

schema-catalog-rest

RESTful interface for interaction of third-party services and applications with the Schema Catalog
文件下载
文件名 操作
schema-catalog-rest-2.0.3.jar 下载
schema-catalog-rest-2.0.3.pom 下载
schema-catalog-rest-2.0.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.epam.eco.schemacatalog</groupId>
  <artifactId>schema-catalog-rest</artifactId>
  <version>2.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.epam.eco.schemacatalog:schema-catalog-rest:2.0.3'
Gradle Kotlin
implementation("com.epam.eco.schemacatalog:schema-catalog-rest:2.0.3")
Scala SBT
libraryDependencies += "com.epam.eco.schemacatalog" % "schema-catalog-rest" % "2.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.epam.eco.schemacatalog', module='schema-catalog-rest', version='2.0.3')
)
Apache Ivy
<dependency org="com.epam.eco.schemacatalog" name="schema-catalog-rest" rev="2.0.3" />
Leiningen
[com.epam.eco.schemacatalog/schema-catalog-rest "2.0.3"]
Apache Buildr
'com.epam.eco.schemacatalog:schema-catalog-rest:jar:2.0.3'