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