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