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