| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.disy.legato |
| ArtifactId | ArtifactIdlegato-scripts |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| legato-scripts-1.0.pom | |
| legato-scripts-1.0.jar | 543 KB |
| legato-scripts-1.0-sources.jar | 541 KB |
| legato-scripts-1.0-naturaldocs.zip | 482 KB |
| legato-scripts-1.0-javadoc.jar | 21 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.disy.legato/legato-scripts/ -->
<dependency>
<groupId>net.disy.legato</groupId>
<artifactId>legato-scripts</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.disy.legato/legato-scripts/
implementation 'net.disy.legato:legato-scripts:1.0'
// https://jarcasting.com/artifacts/net.disy.legato/legato-scripts/
implementation ("net.disy.legato:legato-scripts:1.0")
'net.disy.legato:legato-scripts:jar:1.0'
<dependency org="net.disy.legato" name="legato-scripts" rev="1.0">
<artifact name="legato-scripts" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.disy.legato', module='legato-scripts', version='1.0')
)
libraryDependencies += "net.disy.legato" % "legato-scripts" % "1.0"
[net.disy.legato/legato-scripts "1.0"]