Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.overturetool.core |
ArtifactId | ArtifactIdcommandlinetool |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
commandlinetool-3.0.0.pom | |
commandlinetool-3.0.0.jar | 2 KB |
commandlinetool-3.0.0-sources.jar | 4 KB |
commandlinetool-3.0.0-javadoc.jar | 333 bytes |
commandlinetool-3.0.0-jar-with-dependencies.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.overturetool.core/commandlinetool/ -->
<dependency>
<groupId>org.overturetool.core</groupId>
<artifactId>commandlinetool</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.overturetool.core/commandlinetool/
implementation 'org.overturetool.core:commandlinetool:3.0.0'
// https://jarcasting.com/artifacts/org.overturetool.core/commandlinetool/
implementation ("org.overturetool.core:commandlinetool:3.0.0")
'org.overturetool.core:commandlinetool:jar:3.0.0'
<dependency org="org.overturetool.core" name="commandlinetool" rev="3.0.0">
<artifact name="commandlinetool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.overturetool.core', module='commandlinetool', version='3.0.0')
)
libraryDependencies += "org.overturetool.core" % "commandlinetool" % "3.0.0"
[org.overturetool.core/commandlinetool "3.0.0"]