GroupId | GroupIdcom.butor |
---|---|
ArtifactId | ArtifactIdbutor-utils |
Version | Version1.0.25 |
Type | Typejar |
Filename | Size |
---|---|
butor-utils-1.0.25.pom | |
butor-utils-1.0.25.jar | 70 KB |
butor-utils-1.0.25-sources.jar | 47 KB |
butor-utils-1.0.25-javadoc.jar | 247 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.butor/butor-utils/ -->
<dependency>
<groupId>com.butor</groupId>
<artifactId>butor-utils</artifactId>
<version>1.0.25</version>
</dependency>
// https://jarcasting.com/artifacts/com.butor/butor-utils/
implementation 'com.butor:butor-utils:1.0.25'
// https://jarcasting.com/artifacts/com.butor/butor-utils/
implementation ("com.butor:butor-utils:1.0.25")
'com.butor:butor-utils:jar:1.0.25'
<dependency org="com.butor" name="butor-utils" rev="1.0.25">
<artifact name="butor-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.butor', module='butor-utils', version='1.0.25')
)
libraryDependencies += "com.butor" % "butor-utils" % "1.0.25"
[com.butor/butor-utils "1.0.25"]