| License |
License |
|---|---|
| Categories |
CategoriesCRaSH General Purpose Libraries Utility |
| GroupId | GroupIddev.crashteam |
| ArtifactId | ArtifactIdlibrary-parent-pom |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptioncrashteam parent
crashteam library parent pom
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| library-parent-pom-1.0.0.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.crashteam/library-parent-pom/ -->
<dependency>
<groupId>dev.crashteam</groupId>
<artifactId>library-parent-pom</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.crashteam/library-parent-pom/
implementation 'dev.crashteam:library-parent-pom:1.0.0'
// https://jarcasting.com/artifacts/dev.crashteam/library-parent-pom/
implementation ("dev.crashteam:library-parent-pom:1.0.0")
'dev.crashteam:library-parent-pom:pom:1.0.0'
<dependency org="dev.crashteam" name="library-parent-pom" rev="1.0.0">
<artifact name="library-parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.crashteam', module='library-parent-pom', version='1.0.0')
)
libraryDependencies += "dev.crashteam" % "library-parent-pom" % "1.0.0"
[dev.crashteam/library-parent-pom "1.0.0"]