quickstart-lib

Maven archetype for generating java library project with basic libraries included in bom-common, the output is generally a non executable jar.

License

License

GroupId

GroupId

dev.xethh.archetype
ArtifactId

ArtifactId

quickstart-lib
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

quickstart-lib
Maven archetype for generating java library project with basic libraries included in bom-common, the output is generally a non executable jar.
Project URL

Project URL

http://www.example.com
Source Code Management

Source Code Management

https://github.com/xh-dev-pom-mgmt/archetype-quickstart-lib

Download quickstart-lib

How to add to project

<!-- https://jarcasting.com/artifacts/dev.xethh.archetype/quickstart-lib/ -->
<dependency>
    <groupId>dev.xethh.archetype</groupId>
    <artifactId>quickstart-lib</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/dev.xethh.archetype/quickstart-lib/
implementation 'dev.xethh.archetype:quickstart-lib:1.0.4'
// https://jarcasting.com/artifacts/dev.xethh.archetype/quickstart-lib/
implementation ("dev.xethh.archetype:quickstart-lib:1.0.4")
'dev.xethh.archetype:quickstart-lib:jar:1.0.4'
<dependency org="dev.xethh.archetype" name="quickstart-lib" rev="1.0.4">
  <artifact name="quickstart-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.xethh.archetype', module='quickstart-lib', version='1.0.4')
)
libraryDependencies += "dev.xethh.archetype" % "quickstart-lib" % "1.0.4"
[dev.xethh.archetype/quickstart-lib "1.0.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.

Versions

Version
1.0.4
1.0.3
1.0.2
1.0.1