Categories |
CategoriesNet Networking ORM Data |
---|---|
GroupId | GroupIdcom.arpnetworking.test |
ArtifactId | ArtifactIdperformance-test |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
performance-test-1.0.0.pom | |
performance-test-1.0.0.jar | 20 KB |
performance-test-1.0.0-sources.jar | 8 KB |
performance-test-1.0.0-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.arpnetworking.test/performance-test/ -->
<dependency>
<groupId>com.arpnetworking.test</groupId>
<artifactId>performance-test</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.arpnetworking.test/performance-test/
implementation 'com.arpnetworking.test:performance-test:1.0.0'
// https://jarcasting.com/artifacts/com.arpnetworking.test/performance-test/
implementation ("com.arpnetworking.test:performance-test:1.0.0")
'com.arpnetworking.test:performance-test:jar:1.0.0'
<dependency org="com.arpnetworking.test" name="performance-test" rev="1.0.0">
<artifact name="performance-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.arpnetworking.test', module='performance-test', version='1.0.0')
)
libraryDependencies += "com.arpnetworking.test" % "performance-test" % "1.0.0"
[com.arpnetworking.test/performance-test "1.0.0"]