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