| License |
License |
|---|---|
| GroupId | GroupIdcom.github.lp3799 |
| ArtifactId | ArtifactIdtest |
| Version | Version2.0 |
| Type | Typejar |
| Description |
Descriptiontest
just do it
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| test-2.0.pom | |
| test-2.0.jar | 3 KB |
| test-2.0-sources.jar | 1 KB |
| test-2.0-javadoc.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.lp3799/test/ -->
<dependency>
<groupId>com.github.lp3799</groupId>
<artifactId>test</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lp3799/test/
implementation 'com.github.lp3799:test:2.0'
// https://jarcasting.com/artifacts/com.github.lp3799/test/
implementation ("com.github.lp3799:test:2.0")
'com.github.lp3799:test:jar:2.0'
<dependency org="com.github.lp3799" name="test" rev="2.0">
<artifact name="test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lp3799', module='test', version='2.0')
)
libraryDependencies += "com.github.lp3799" % "test" % "2.0"
[com.github.lp3799/test "2.0"]