Last Version

OSS4J :: Maven Master POM :: Resources 4

The master maven pom for all OSSJ projects. Provides basic configuration to support releasing of other maven based projects and deployment on OSS4J Maven Repository.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.oss4j.maven.master
ArtifactId

ArtifactId

resources
Version

Version

4
Type

Type

jar
Description

Description

OSS4J :: Maven Master POM :: Resources
The master maven pom for all OSSJ projects. Provides basic configuration to support releasing of other maven based projects and deployment on OSS4J Maven Repository.
Project Organization

Project Organization

Open Solutions for IT Java

Download resources 4


<!-- https://jarcasting.com/artifacts/org.oss4j.maven.master/resources/ -->
<dependency>
    <groupId>org.oss4j.maven.master</groupId>
    <artifactId>resources</artifactId>
    <version>4</version>
</dependency>
// https://jarcasting.com/artifacts/org.oss4j.maven.master/resources/
implementation 'org.oss4j.maven.master:resources:4'
// https://jarcasting.com/artifacts/org.oss4j.maven.master/resources/
implementation ("org.oss4j.maven.master:resources:4")
'org.oss4j.maven.master:resources:jar:4'
<dependency org="org.oss4j.maven.master" name="resources" rev="4">
  <artifact name="resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.oss4j.maven.master', module='resources', version='4')
)
libraryDependencies += "org.oss4j.maven.master" % "resources" % "4"
[org.oss4j.maven.master/resources "4"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.