Sample - Java Library - Maven

A sample skeleton for maven projects

License

License

Categories

Categories

Java Languages Maven Build Tools
GroupId

GroupId

me.shib.java.lib
ArtifactId

ArtifactId

sample-java-lib-maven
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Sample - Java Library - Maven
A sample skeleton for maven projects

Download sample-java-lib-maven

How to add to project

<!-- https://jarcasting.com/artifacts/me.shib.java.lib/sample-java-lib-maven/ -->
<dependency>
    <groupId>me.shib.java.lib</groupId>
    <artifactId>sample-java-lib-maven</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/me.shib.java.lib/sample-java-lib-maven/
implementation 'me.shib.java.lib:sample-java-lib-maven:0.0.1'
// https://jarcasting.com/artifacts/me.shib.java.lib/sample-java-lib-maven/
implementation ("me.shib.java.lib:sample-java-lib-maven:0.0.1")
'me.shib.java.lib:sample-java-lib-maven:jar:0.0.1'
<dependency org="me.shib.java.lib" name="sample-java-lib-maven" rev="0.0.1">
  <artifact name="sample-java-lib-maven" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.shib.java.lib', module='sample-java-lib-maven', version='0.0.1')
)
libraryDependencies += "me.shib.java.lib" % "sample-java-lib-maven" % "0.0.1"
[me.shib.java.lib/sample-java-lib-maven "0.0.1"]

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.

Versions

Version
0.0.1