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