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