License |
License |
---|---|
GroupId | GroupIdcom.anrisoftware.resources |
ArtifactId | ArtifactIdresources-parent |
Last Version | Last Version4.5.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionResources :: Parent POM
The parent POM of the resources project. Defines the group ID, source control management, project properties.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
resources-parent-4.5.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.anrisoftware.resources/resources-parent/ -->
<dependency>
<groupId>com.anrisoftware.resources</groupId>
<artifactId>resources-parent</artifactId>
<version>4.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.anrisoftware.resources/resources-parent/
implementation 'com.anrisoftware.resources:resources-parent:4.5.0'
// https://jarcasting.com/artifacts/com.anrisoftware.resources/resources-parent/
implementation ("com.anrisoftware.resources:resources-parent:4.5.0")
'com.anrisoftware.resources:resources-parent:pom:4.5.0'
<dependency org="com.anrisoftware.resources" name="resources-parent" rev="4.5.0">
<artifact name="resources-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.anrisoftware.resources', module='resources-parent', version='4.5.0')
)
libraryDependencies += "com.anrisoftware.resources" % "resources-parent" % "4.5.0"
[com.anrisoftware.resources/resources-parent "4.5.0"]