GroupId | GroupIddev.buildtool |
---|---|
ArtifactId | ArtifactIdtools |
Version | Version0.1.0 |
Type | Typepom |
Filename | Size |
---|---|
tools-0.1.0.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/dev.buildtool/tools/ -->
<dependency>
<groupId>dev.buildtool</groupId>
<artifactId>tools</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.buildtool/tools/
implementation 'dev.buildtool:tools:0.1.0'
// https://jarcasting.com/artifacts/dev.buildtool/tools/
implementation ("dev.buildtool:tools:0.1.0")
'dev.buildtool:tools:pom:0.1.0'
<dependency org="dev.buildtool" name="tools" rev="0.1.0">
<artifact name="tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.buildtool', module='tools', version='0.1.0')
)
libraryDependencies += "dev.buildtool" % "tools" % "0.1.0"
[dev.buildtool/tools "0.1.0"]