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