GroupId | GroupIdcom.lancethomps |
---|---|
ArtifactId | ArtifactIdlancethomps-parent |
Version | Version1.7.0 |
Type | Typejar |
Filename | Size |
---|---|
lancethomps-parent-1.7.0.pom | 44 KB |
lancethomps-parent-1.7.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.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lancethomps/lancethomps-parent/
implementation 'com.lancethomps:lancethomps-parent:1.7.0'
// https://jarcasting.com/artifacts/com.lancethomps/lancethomps-parent/
implementation ("com.lancethomps:lancethomps-parent:1.7.0")
'com.lancethomps:lancethomps-parent:jar:1.7.0'
<dependency org="com.lancethomps" name="lancethomps-parent" rev="1.7.0">
<artifact name="lancethomps-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lancethomps', module='lancethomps-parent', version='1.7.0')
)
libraryDependencies += "com.lancethomps" % "lancethomps-parent" % "1.7.0"
[com.lancethomps/lancethomps-parent "1.7.0"]