License |
License |
---|---|
GroupId | GroupIdorg.etcsoft |
ArtifactId | ArtifactIdetcsoft-parent |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionmaven dependencies and plugins
maven dependency and plugins lib to build microservices using Spring boot
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
etcsoft-parent-1.0.1.pom | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.etcsoft/etcsoft-parent/ -->
<dependency>
<groupId>org.etcsoft</groupId>
<artifactId>etcsoft-parent</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.etcsoft/etcsoft-parent/
implementation 'org.etcsoft:etcsoft-parent:1.0.1'
// https://jarcasting.com/artifacts/org.etcsoft/etcsoft-parent/
implementation ("org.etcsoft:etcsoft-parent:1.0.1")
'org.etcsoft:etcsoft-parent:pom:1.0.1'
<dependency org="org.etcsoft" name="etcsoft-parent" rev="1.0.1">
<artifact name="etcsoft-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.etcsoft', module='etcsoft-parent', version='1.0.1')
)
libraryDependencies += "org.etcsoft" % "etcsoft-parent" % "1.0.1"
[org.etcsoft/etcsoft-parent "1.0.1"]