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