Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.moz.fiji.schema |
ArtifactId | ArtifactIdschema-platform-api |
Version | Version0.1.8 |
Type | Typejar |
Filename | Size |
---|---|
schema-platform-api-0.1.8.pom | |
schema-platform-api-0.1.8.jar | 8 KB |
schema-platform-api-0.1.8-sources.jar | 10 KB |
schema-platform-api-0.1.8-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.moz.fiji.schema/schema-platform-api/ -->
<dependency>
<groupId>com.moz.fiji.schema</groupId>
<artifactId>schema-platform-api</artifactId>
<version>0.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.moz.fiji.schema/schema-platform-api/
implementation 'com.moz.fiji.schema:schema-platform-api:0.1.8'
// https://jarcasting.com/artifacts/com.moz.fiji.schema/schema-platform-api/
implementation ("com.moz.fiji.schema:schema-platform-api:0.1.8")
'com.moz.fiji.schema:schema-platform-api:jar:0.1.8'
<dependency org="com.moz.fiji.schema" name="schema-platform-api" rev="0.1.8">
<artifact name="schema-platform-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.moz.fiji.schema', module='schema-platform-api', version='0.1.8')
)
libraryDependencies += "com.moz.fiji.schema" % "schema-platform-api" % "0.1.8"
[com.moz.fiji.schema/schema-platform-api "0.1.8"]