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