License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.github.orgnizationteam |
ArtifactId | ArtifactIdlib-test-maven |
Version | Version1.0.1 |
Type | Typejar |
Description |
Descriptiontestmaven
testmaven description
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
lib-test-maven-1.0.1.pom | |
lib-test-maven-1.0.1.jar | 1 KB |
lib-test-maven-1.0.1-sources.jar | 1 KB |
lib-test-maven-1.0.1-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.orgnizationteam/lib-test-maven/ -->
<dependency>
<groupId>com.github.orgnizationteam</groupId>
<artifactId>lib-test-maven</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.orgnizationteam/lib-test-maven/
implementation 'com.github.orgnizationteam:lib-test-maven:1.0.1'
// https://jarcasting.com/artifacts/com.github.orgnizationteam/lib-test-maven/
implementation ("com.github.orgnizationteam:lib-test-maven:1.0.1")
'com.github.orgnizationteam:lib-test-maven:jar:1.0.1'
<dependency org="com.github.orgnizationteam" name="lib-test-maven" rev="1.0.1">
<artifact name="lib-test-maven" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.orgnizationteam', module='lib-test-maven', version='1.0.1')
)
libraryDependencies += "com.github.orgnizationteam" % "lib-test-maven" % "1.0.1"
[com.github.orgnizationteam/lib-test-maven "1.0.1"]