Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.guerlab.builder |
ArtifactId | ArtifactIdguerlab-builder-tools |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
guerlab-builder-tools-1.2.0.pom | |
guerlab-builder-tools-1.2.0.jar | 12 KB |
guerlab-builder-tools-1.2.0-sources.jar | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.guerlab.builder/guerlab-builder-tools/ -->
<dependency>
<groupId>net.guerlab.builder</groupId>
<artifactId>guerlab-builder-tools</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.guerlab.builder/guerlab-builder-tools/
implementation 'net.guerlab.builder:guerlab-builder-tools:1.2.0'
// https://jarcasting.com/artifacts/net.guerlab.builder/guerlab-builder-tools/
implementation ("net.guerlab.builder:guerlab-builder-tools:1.2.0")
'net.guerlab.builder:guerlab-builder-tools:jar:1.2.0'
<dependency org="net.guerlab.builder" name="guerlab-builder-tools" rev="1.2.0">
<artifact name="guerlab-builder-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.guerlab.builder', module='guerlab-builder-tools', version='1.2.0')
)
libraryDependencies += "net.guerlab.builder" % "guerlab-builder-tools" % "1.2.0"
[net.guerlab.builder/guerlab-builder-tools "1.2.0"]