License |
License |
---|---|
GroupId | GroupIdcom.github.nhirakawa |
ArtifactId | ArtifactIdbasepom |
Last Version | Last Version9.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionbasepom
basepom for my personal projects
|
Filename | Size |
---|---|
basepom-9.0.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nhirakawa/basepom/ -->
<dependency>
<groupId>com.github.nhirakawa</groupId>
<artifactId>basepom</artifactId>
<version>9.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nhirakawa/basepom/
implementation 'com.github.nhirakawa:basepom:9.0'
// https://jarcasting.com/artifacts/com.github.nhirakawa/basepom/
implementation ("com.github.nhirakawa:basepom:9.0")
'com.github.nhirakawa:basepom:pom:9.0'
<dependency org="com.github.nhirakawa" name="basepom" rev="9.0">
<artifact name="basepom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.nhirakawa', module='basepom', version='9.0')
)
libraryDependencies += "com.github.nhirakawa" % "basepom" % "9.0"
[com.github.nhirakawa/basepom "9.0"]