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