Categories |
CategoriesGUI User Interface |
---|---|
GroupId | GroupIdcom.github.albertoanguita |
ArtifactId | ArtifactIdjacuzzi |
Version | Version0.2.8 |
Type | Typepom |
Filename | Size |
---|---|
jacuzzi-0.2.8.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.albertoanguita/jacuzzi/ -->
<dependency>
<groupId>com.github.albertoanguita</groupId>
<artifactId>jacuzzi</artifactId>
<version>0.2.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.albertoanguita/jacuzzi/
implementation 'com.github.albertoanguita:jacuzzi:0.2.8'
// https://jarcasting.com/artifacts/com.github.albertoanguita/jacuzzi/
implementation ("com.github.albertoanguita:jacuzzi:0.2.8")
'com.github.albertoanguita:jacuzzi:pom:0.2.8'
<dependency org="com.github.albertoanguita" name="jacuzzi" rev="0.2.8">
<artifact name="jacuzzi" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.albertoanguita', module='jacuzzi', version='0.2.8')
)
libraryDependencies += "com.github.albertoanguita" % "jacuzzi" % "0.2.8"
[com.github.albertoanguita/jacuzzi "0.2.8"]