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