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