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