GroupId | GroupIdcom.github.jean-merelis |
---|---|
ArtifactId | ArtifactIdcoffeepot-bean-wr |
Version | Version1.3.0-rc.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.jean-merelis/coffeepot-bean-wr/ -->
<dependency>
<groupId>com.github.jean-merelis</groupId>
<artifactId>coffeepot-bean-wr</artifactId>
<version>1.3.0-rc.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jean-merelis/coffeepot-bean-wr/
implementation 'com.github.jean-merelis:coffeepot-bean-wr:1.3.0-rc.3'
// https://jarcasting.com/artifacts/com.github.jean-merelis/coffeepot-bean-wr/
implementation ("com.github.jean-merelis:coffeepot-bean-wr:1.3.0-rc.3")
'com.github.jean-merelis:coffeepot-bean-wr:jar:1.3.0-rc.3'
<dependency org="com.github.jean-merelis" name="coffeepot-bean-wr" rev="1.3.0-rc.3">
<artifact name="coffeepot-bean-wr" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jean-merelis', module='coffeepot-bean-wr', version='1.3.0-rc.3')
)
libraryDependencies += "com.github.jean-merelis" % "coffeepot-bean-wr" % "1.3.0-rc.3"
[com.github.jean-merelis/coffeepot-bean-wr "1.3.0-rc.3"]