GroupId | GroupIdcom.github.arqisoft |
---|---|
ArtifactId | ArtifactIdleanda-tools |
Version | Version0.14 |
Type | Typepom |
Filename | Size |
---|---|
leanda-tools-0.14.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.arqisoft/leanda-tools/ -->
<dependency>
<groupId>com.github.arqisoft</groupId>
<artifactId>leanda-tools</artifactId>
<version>0.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.arqisoft/leanda-tools/
implementation 'com.github.arqisoft:leanda-tools:0.14'
// https://jarcasting.com/artifacts/com.github.arqisoft/leanda-tools/
implementation ("com.github.arqisoft:leanda-tools:0.14")
'com.github.arqisoft:leanda-tools:pom:0.14'
<dependency org="com.github.arqisoft" name="leanda-tools" rev="0.14">
<artifact name="leanda-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.arqisoft', module='leanda-tools', version='0.14')
)
libraryDependencies += "com.github.arqisoft" % "leanda-tools" % "0.14"
[com.github.arqisoft/leanda-tools "0.14"]