Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.brutils |
ArtifactId | ArtifactIdjava-br-utils |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
java-br-utils-0.0.1.pom | |
java-br-utils-0.0.1.jar | 13 KB |
java-br-utils-0.0.1-sources.jar | 9 KB |
java-br-utils-0.0.1-javadoc.jar | 417 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.brutils/java-br-utils/ -->
<dependency>
<groupId>com.github.brutils</groupId>
<artifactId>java-br-utils</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.brutils/java-br-utils/
implementation 'com.github.brutils:java-br-utils:0.0.1'
// https://jarcasting.com/artifacts/com.github.brutils/java-br-utils/
implementation ("com.github.brutils:java-br-utils:0.0.1")
'com.github.brutils:java-br-utils:jar:0.0.1'
<dependency org="com.github.brutils" name="java-br-utils" rev="0.0.1">
<artifact name="java-br-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.brutils', module='java-br-utils', version='0.0.1')
)
libraryDependencies += "com.github.brutils" % "java-br-utils" % "0.0.1"
[com.github.brutils/java-br-utils "0.0.1"]