GroupId | GroupIdcom.github.sinall |
---|---|
ArtifactId | ArtifactIdsoapor-parent |
Version | Version1.0.2 |
Type | Typepom |
Filename | Size |
---|---|
soapor-parent-1.0.2.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sinall/soapor-parent/ -->
<dependency>
<groupId>com.github.sinall</groupId>
<artifactId>soapor-parent</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sinall/soapor-parent/
implementation 'com.github.sinall:soapor-parent:1.0.2'
// https://jarcasting.com/artifacts/com.github.sinall/soapor-parent/
implementation ("com.github.sinall:soapor-parent:1.0.2")
'com.github.sinall:soapor-parent:pom:1.0.2'
<dependency org="com.github.sinall" name="soapor-parent" rev="1.0.2">
<artifact name="soapor-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sinall', module='soapor-parent', version='1.0.2')
)
libraryDependencies += "com.github.sinall" % "soapor-parent" % "1.0.2"
[com.github.sinall/soapor-parent "1.0.2"]