License |
License |
---|---|
Categories |
CategoriesJNA Development Tools Native |
GroupId | GroupIdcom.jnape.palatable |
ArtifactId | ArtifactIdparent |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionParent
Parent pom for Palatable
|
Project URL |
Project URL |
Filename | Size |
---|---|
parent-1.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jnape.palatable/parent/ -->
<dependency>
<groupId>com.jnape.palatable</groupId>
<artifactId>parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.jnape.palatable/parent/
implementation 'com.jnape.palatable:parent:1.0'
// https://jarcasting.com/artifacts/com.jnape.palatable/parent/
implementation ("com.jnape.palatable:parent:1.0")
'com.jnape.palatable:parent:pom:1.0'
<dependency org="com.jnape.palatable" name="parent" rev="1.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.jnape.palatable', module='parent', version='1.0')
)
libraryDependencies += "com.jnape.palatable" % "parent" % "1.0"
[com.jnape.palatable/parent "1.0"]