Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.ota-tools.schema |
ArtifactId | ArtifactIdota-tools-schema-archetype |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.sourceforge.ota-tools.schema/ota-tools-schema-archetype/ -->
<dependency>
<groupId>net.sourceforge.ota-tools.schema</groupId>
<artifactId>ota-tools-schema-archetype</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.ota-tools.schema/ota-tools-schema-archetype/
implementation 'net.sourceforge.ota-tools.schema:ota-tools-schema-archetype:1.1.0'
// https://jarcasting.com/artifacts/net.sourceforge.ota-tools.schema/ota-tools-schema-archetype/
implementation ("net.sourceforge.ota-tools.schema:ota-tools-schema-archetype:1.1.0")
'net.sourceforge.ota-tools.schema:ota-tools-schema-archetype:jar:1.1.0'
<dependency org="net.sourceforge.ota-tools.schema" name="ota-tools-schema-archetype" rev="1.1.0">
<artifact name="ota-tools-schema-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.ota-tools.schema', module='ota-tools-schema-archetype', version='1.1.0')
)
libraryDependencies += "net.sourceforge.ota-tools.schema" % "ota-tools-schema-archetype" % "1.1.0"
[net.sourceforge.ota-tools.schema/ota-tools-schema-archetype "1.1.0"]