GroupId | GroupIdcom.lancethomps |
---|---|
ArtifactId | ArtifactIdlancethomps-parent |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
lancethomps-parent-1.3.0.pom | 41 KB |
lancethomps-parent-1.3.0-tests.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lancethomps/lancethomps-parent/ -->
<dependency>
<groupId>com.lancethomps</groupId>
<artifactId>lancethomps-parent</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lancethomps/lancethomps-parent/
implementation 'com.lancethomps:lancethomps-parent:1.3.0'
// https://jarcasting.com/artifacts/com.lancethomps/lancethomps-parent/
implementation ("com.lancethomps:lancethomps-parent:1.3.0")
'com.lancethomps:lancethomps-parent:jar:1.3.0'
<dependency org="com.lancethomps" name="lancethomps-parent" rev="1.3.0">
<artifact name="lancethomps-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lancethomps', module='lancethomps-parent', version='1.3.0')
)
libraryDependencies += "com.lancethomps" % "lancethomps-parent" % "1.3.0"
[com.lancethomps/lancethomps-parent "1.3.0"]