| License |
License |
|---|---|
| GroupId | GroupIdio.github.lwjfork |
| ArtifactId | ArtifactIdtest-plugin |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptiontest-plugin
test-plugin
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| test-plugin-1.0.0.pom | |
| test-plugin-1.0.0-sources.jar | 261 bytes |
| test-plugin-1.0.0-javadoc.jar | 261 bytes |
| test-plugin-1.0.0-all.jar | 220 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.lwjfork/test-plugin/ -->
<dependency>
<groupId>io.github.lwjfork</groupId>
<artifactId>test-plugin</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.lwjfork/test-plugin/
implementation 'io.github.lwjfork:test-plugin:1.0.0'
// https://jarcasting.com/artifacts/io.github.lwjfork/test-plugin/
implementation ("io.github.lwjfork:test-plugin:1.0.0")
'io.github.lwjfork:test-plugin:pom:1.0.0'
<dependency org="io.github.lwjfork" name="test-plugin" rev="1.0.0">
<artifact name="test-plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.lwjfork', module='test-plugin', version='1.0.0')
)
libraryDependencies += "io.github.lwjfork" % "test-plugin" % "1.0.0"
[io.github.lwjfork/test-plugin "1.0.0"]