GroupId | GroupIdcom.basistech |
---|---|
ArtifactId | ArtifactIdopen-source-buildtools |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.basistech/open-source-buildtools/ -->
<dependency>
<groupId>com.basistech</groupId>
<artifactId>open-source-buildtools</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.basistech/open-source-buildtools/
implementation 'com.basistech:open-source-buildtools:1.0.0'
// https://jarcasting.com/artifacts/com.basistech/open-source-buildtools/
implementation ("com.basistech:open-source-buildtools:1.0.0")
'com.basistech:open-source-buildtools:jar:1.0.0'
<dependency org="com.basistech" name="open-source-buildtools" rev="1.0.0">
<artifact name="open-source-buildtools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.basistech', module='open-source-buildtools', version='1.0.0')
)
libraryDependencies += "com.basistech" % "open-source-buildtools" % "1.0.0"
[com.basistech/open-source-buildtools "1.0.0"]