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