GroupId | GroupIdcom.theoryinpractise |
---|---|
ArtifactId | ArtifactIdhalbuilder-standard |
Version | Version4.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.theoryinpractise/halbuilder-standard/ -->
<dependency>
<groupId>com.theoryinpractise</groupId>
<artifactId>halbuilder-standard</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.theoryinpractise/halbuilder-standard/
implementation 'com.theoryinpractise:halbuilder-standard:4.0.1'
// https://jarcasting.com/artifacts/com.theoryinpractise/halbuilder-standard/
implementation ("com.theoryinpractise:halbuilder-standard:4.0.1")
'com.theoryinpractise:halbuilder-standard:jar:4.0.1'
<dependency org="com.theoryinpractise" name="halbuilder-standard" rev="4.0.1">
<artifact name="halbuilder-standard" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.theoryinpractise', module='halbuilder-standard', version='4.0.1')
)
libraryDependencies += "com.theoryinpractise" % "halbuilder-standard" % "4.0.1"
[com.theoryinpractise/halbuilder-standard "4.0.1"]