License |
License |
---|---|
GroupId | GroupIdcom.butor |
ArtifactId | ArtifactIdbutor-utils |
Last Version | Last Version1.0.29 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionButor Framework Core - Utils Module
This project is an utility module, contains utility functions for the other modules of the framework.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
butor-utils-1.0.29.pom | |
butor-utils-1.0.29.jar | 70 KB |
butor-utils-1.0.29-sources.jar | 48 KB |
butor-utils-1.0.29-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.29</version>
</dependency>
// https://jarcasting.com/artifacts/com.butor/butor-utils/
implementation 'com.butor:butor-utils:1.0.29'
// https://jarcasting.com/artifacts/com.butor/butor-utils/
implementation ("com.butor:butor-utils:1.0.29")
'com.butor:butor-utils:jar:1.0.29'
<dependency org="com.butor" name="butor-utils" rev="1.0.29">
<artifact name="butor-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.butor', module='butor-utils', version='1.0.29')
)
libraryDependencies += "com.butor" % "butor-utils" % "1.0.29"
[com.butor/butor-utils "1.0.29"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.24 |
com.sun.mail : javax.mail | jar | 1.5.5 |
com.google.guava : guava | jar | 21.0 |
Group / Artifact | Type | Version |
---|---|---|
javax.mail : javax.mail-api | jar | 1.5.5 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.24 |
junit : junit | jar | 4.12 |