License |
License |
---|---|
GroupId | GroupIdcom.github.serlockholmes |
ArtifactId | ArtifactIdeasy-start-parent |
Last Version | Last Version0.1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
easy-start-parent-0.1.1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.serlockholmes/easy-start-parent/ -->
<dependency>
<groupId>com.github.serlockholmes</groupId>
<artifactId>easy-start-parent</artifactId>
<version>0.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.serlockholmes/easy-start-parent/
implementation 'com.github.serlockholmes:easy-start-parent:0.1.1'
// https://jarcasting.com/artifacts/com.github.serlockholmes/easy-start-parent/
implementation ("com.github.serlockholmes:easy-start-parent:0.1.1")
'com.github.serlockholmes:easy-start-parent:pom:0.1.1'
<dependency org="com.github.serlockholmes" name="easy-start-parent" rev="0.1.1">
<artifact name="easy-start-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.serlockholmes', module='easy-start-parent', version='0.1.1')
)
libraryDependencies += "com.github.serlockholmes" % "easy-start-parent" % "0.1.1"
[com.github.serlockholmes/easy-start-parent "0.1.1"]