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