Categories |
CategoriesContainer |
---|---|
GroupId | GroupIdcom.github.jeluard |
ArtifactId | ArtifactIdcontainer-workarounds |
Version | Version0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.jeluard/container-workarounds/ -->
<dependency>
<groupId>com.github.jeluard</groupId>
<artifactId>container-workarounds</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jeluard/container-workarounds/
implementation 'com.github.jeluard:container-workarounds:0.1'
// https://jarcasting.com/artifacts/com.github.jeluard/container-workarounds/
implementation ("com.github.jeluard:container-workarounds:0.1")
'com.github.jeluard:container-workarounds:jar:0.1'
<dependency org="com.github.jeluard" name="container-workarounds" rev="0.1">
<artifact name="container-workarounds" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jeluard', module='container-workarounds', version='0.1')
)
libraryDependencies += "com.github.jeluard" % "container-workarounds" % "0.1"
[com.github.jeluard/container-workarounds "0.1"]