License |
License |
---|---|
GroupId | GroupIdorg.ops4j |
ArtifactId | ArtifactIdresources |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOPS4J Resource Bundles Reactor
Maven parent POM for all OPS4J Maven projects.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
resources-1.0.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j/resources/ -->
<dependency>
<groupId>org.ops4j</groupId>
<artifactId>resources</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j/resources/
implementation 'org.ops4j:resources:1.0.0'
// https://jarcasting.com/artifacts/org.ops4j/resources/
implementation ("org.ops4j:resources:1.0.0")
'org.ops4j:resources:pom:1.0.0'
<dependency org="org.ops4j" name="resources" rev="1.0.0">
<artifact name="resources" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j', module='resources', version='1.0.0')
)
libraryDependencies += "org.ops4j" % "resources" % "1.0.0"
[org.ops4j/resources "1.0.0"]