Last Version

jipsy-parent 1.1.1

Configurable Java Annotation Processor to simplify the use of the Service Provider Interface

License

License

GroupId

GroupId

org.kordamp.jipsy
ArtifactId

ArtifactId

jipsy-parent
Version

Version

1.1.1
Type

Type

pom
Description

Description

jipsy-parent
Configurable Java Annotation Processor to simplify the use of the Service Provider Interface
Project URL

Project URL

http://github.com/kordamp/jipsy
Project Organization

Project Organization

Kordamp

Download jipsy-parent 1.1.1

Filename Size
jipsy-parent-1.1.1.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/org.kordamp.jipsy/jipsy-parent/ -->
<dependency>
    <groupId>org.kordamp.jipsy</groupId>
    <artifactId>jipsy-parent</artifactId>
    <version>1.1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.kordamp.jipsy/jipsy-parent/
implementation 'org.kordamp.jipsy:jipsy-parent:1.1.1'
// https://jarcasting.com/artifacts/org.kordamp.jipsy/jipsy-parent/
implementation ("org.kordamp.jipsy:jipsy-parent:1.1.1")
'org.kordamp.jipsy:jipsy-parent:pom:1.1.1'
<dependency org="org.kordamp.jipsy" name="jipsy-parent" rev="1.1.1">
  <artifact name="jipsy-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.kordamp.jipsy', module='jipsy-parent', version='1.1.1')
)
libraryDependencies += "org.kordamp.jipsy" % "jipsy-parent" % "1.1.1"
[org.kordamp.jipsy/jipsy-parent "1.1.1"]

Dependencies

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

Project Modules

  • jipsy-annotations
  • jipsy-processor
  • jipsy-util