GroupId | GroupIdorg.overturetool |
---|---|
ArtifactId | ArtifactIdexternals |
Version | Version2.4.6 |
Type | Typejar |
Filename | Size |
---|---|
externals-2.4.6.pom | |
externals-2.4.6.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.overturetool/externals/ -->
<dependency>
<groupId>org.overturetool</groupId>
<artifactId>externals</artifactId>
<version>2.4.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.overturetool/externals/
implementation 'org.overturetool:externals:2.4.6'
// https://jarcasting.com/artifacts/org.overturetool/externals/
implementation ("org.overturetool:externals:2.4.6")
'org.overturetool:externals:jar:2.4.6'
<dependency org="org.overturetool" name="externals" rev="2.4.6">
<artifact name="externals" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.overturetool', module='externals', version='2.4.6')
)
libraryDependencies += "org.overturetool" % "externals" % "2.4.6"
[org.overturetool/externals "2.4.6"]