GroupId | GroupIdcom.trigyn |
---|---|
ArtifactId | ArtifactIdresourcebundle |
Version | Version1.4.1 |
Type | Typejar |
Filename | Size |
---|---|
resourcebundle-1.4.1.pom | |
resourcebundle-1.4.1.jar | 38 KB |
resourcebundle-1.4.1-sources.jar | 20 KB |
resourcebundle-1.4.1-javadoc.jar | 512 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.trigyn/resourcebundle/ -->
<dependency>
<groupId>com.trigyn</groupId>
<artifactId>resourcebundle</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.trigyn/resourcebundle/
implementation 'com.trigyn:resourcebundle:1.4.1'
// https://jarcasting.com/artifacts/com.trigyn/resourcebundle/
implementation ("com.trigyn:resourcebundle:1.4.1")
'com.trigyn:resourcebundle:jar:1.4.1'
<dependency org="com.trigyn" name="resourcebundle" rev="1.4.1">
<artifact name="resourcebundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.trigyn', module='resourcebundle', version='1.4.1')
)
libraryDependencies += "com.trigyn" % "resourcebundle" % "1.4.1"
[com.trigyn/resourcebundle "1.4.1"]