is not current version
Last Version 2.0-RC4

com.github.paganini2008.springworld:components 2.0-RC1

Common Components Based on Springboot

GroupId

GroupId

com.github.paganini2008.springworld
ArtifactId

ArtifactId

components
Version

Version

2.0-RC1
Type

Type

pom

Download components 2.0-RC1

Filename Size
components-2.0-RC1.pom 1 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.paganini2008.springworld/components/ -->
<dependency>
    <groupId>com.github.paganini2008.springworld</groupId>
    <artifactId>components</artifactId>
    <version>2.0-RC1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.paganini2008.springworld/components/
implementation 'com.github.paganini2008.springworld:components:2.0-RC1'
// https://jarcasting.com/artifacts/com.github.paganini2008.springworld/components/
implementation ("com.github.paganini2008.springworld:components:2.0-RC1")
'com.github.paganini2008.springworld:components:pom:2.0-RC1'
<dependency org="com.github.paganini2008.springworld" name="components" rev="2.0-RC1">
  <artifact name="components" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.paganini2008.springworld', module='components', version='2.0-RC1')
)
libraryDependencies += "com.github.paganini2008.springworld" % "components" % "2.0-RC1"
[com.github.paganini2008.springworld/components "2.0-RC1"]