is not current version
Last Version 1.0.1

org.etcsoft:etcsoft-parent 1.0.0

maven dependency and plugins lib to build microservices using Spring boot

GroupId

GroupId

org.etcsoft
ArtifactId

ArtifactId

etcsoft-parent
Version

Version

1.0.0
Type

Type

pom

Download etcsoft-parent 1.0.0

Filename Size
etcsoft-parent-1.0.0.pom 16 KB
Browse

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