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