Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.drasyl |
ArtifactId | ArtifactIddrasyl-performance-tests |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
drasyl-performance-tests-0.2.0.pom | |
drasyl-performance-tests-0.2.0.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.drasyl/drasyl-performance-tests/ -->
<dependency>
<groupId>org.drasyl</groupId>
<artifactId>drasyl-performance-tests</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.drasyl/drasyl-performance-tests/
implementation 'org.drasyl:drasyl-performance-tests:0.2.0'
// https://jarcasting.com/artifacts/org.drasyl/drasyl-performance-tests/
implementation ("org.drasyl:drasyl-performance-tests:0.2.0")
'org.drasyl:drasyl-performance-tests:jar:0.2.0'
<dependency org="org.drasyl" name="drasyl-performance-tests" rev="0.2.0">
<artifact name="drasyl-performance-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.drasyl', module='drasyl-performance-tests', version='0.2.0')
)
libraryDependencies += "org.drasyl" % "drasyl-performance-tests" % "0.2.0"
[org.drasyl/drasyl-performance-tests "0.2.0"]