Categories |
CategoriesData ORM |
---|---|
GroupId | GroupIdjp.co.yahoo.dataplatform.schema |
ArtifactId | ArtifactIdschema-common |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
schema-common-1.2.0.pom | |
schema-common-1.2.0.jar | 57 KB |
schema-common-1.2.0-sources.jar | 49 KB |
schema-common-1.2.0-javadoc.jar | 283 KB |
Browse |
<!-- https://jarcasting.com/artifacts/jp.co.yahoo.dataplatform.schema/schema-common/ -->
<dependency>
<groupId>jp.co.yahoo.dataplatform.schema</groupId>
<artifactId>schema-common</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/jp.co.yahoo.dataplatform.schema/schema-common/
implementation 'jp.co.yahoo.dataplatform.schema:schema-common:1.2.0'
// https://jarcasting.com/artifacts/jp.co.yahoo.dataplatform.schema/schema-common/
implementation ("jp.co.yahoo.dataplatform.schema:schema-common:1.2.0")
'jp.co.yahoo.dataplatform.schema:schema-common:jar:1.2.0'
<dependency org="jp.co.yahoo.dataplatform.schema" name="schema-common" rev="1.2.0">
<artifact name="schema-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='jp.co.yahoo.dataplatform.schema', module='schema-common', version='1.2.0')
)
libraryDependencies += "jp.co.yahoo.dataplatform.schema" % "schema-common" % "1.2.0"
[jp.co.yahoo.dataplatform.schema/schema-common "1.2.0"]