GroupId | GroupIdcom.b3dgs |
---|---|
ArtifactId | ArtifactIdb3dgs-buildtools |
Version | Version1.0.9 |
Type | Typejar |
Filename | Size |
---|---|
b3dgs-buildtools-1.0.9.pom | |
b3dgs-buildtools-1.0.9.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.b3dgs/b3dgs-buildtools/ -->
<dependency>
<groupId>com.b3dgs</groupId>
<artifactId>b3dgs-buildtools</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.b3dgs/b3dgs-buildtools/
implementation 'com.b3dgs:b3dgs-buildtools:1.0.9'
// https://jarcasting.com/artifacts/com.b3dgs/b3dgs-buildtools/
implementation ("com.b3dgs:b3dgs-buildtools:1.0.9")
'com.b3dgs:b3dgs-buildtools:jar:1.0.9'
<dependency org="com.b3dgs" name="b3dgs-buildtools" rev="1.0.9">
<artifact name="b3dgs-buildtools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.b3dgs', module='b3dgs-buildtools', version='1.0.9')
)
libraryDependencies += "com.b3dgs" % "b3dgs-buildtools" % "1.0.9"
[com.b3dgs/b3dgs-buildtools "1.0.9"]