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