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