GroupId | GroupIdorg.uqbar-project |
---|---|
ArtifactId | ArtifactIdarena-xtend |
Version | Version3.6.0 |
Type | Typejar |
Filename | Size |
---|---|
arena-xtend-3.6.0.pom | |
arena-xtend-3.6.0.jar | 13 KB |
arena-xtend-3.6.0-tests.jar | 7 KB |
arena-xtend-3.6.0-test-sources.jar | 6 KB |
arena-xtend-3.6.0-sources.jar | 13 KB |
arena-xtend-3.6.0-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.uqbar-project/arena-xtend/ -->
<dependency>
<groupId>org.uqbar-project</groupId>
<artifactId>arena-xtend</artifactId>
<version>3.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.uqbar-project/arena-xtend/
implementation 'org.uqbar-project:arena-xtend:3.6.0'
// https://jarcasting.com/artifacts/org.uqbar-project/arena-xtend/
implementation ("org.uqbar-project:arena-xtend:3.6.0")
'org.uqbar-project:arena-xtend:jar:3.6.0'
<dependency org="org.uqbar-project" name="arena-xtend" rev="3.6.0">
<artifact name="arena-xtend" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.uqbar-project', module='arena-xtend', version='3.6.0')
)
libraryDependencies += "org.uqbar-project" % "arena-xtend" % "3.6.0"
[org.uqbar-project/arena-xtend "3.6.0"]