License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.congyh |
ArtifactId | ArtifactIdjava-snippets |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava Snippets
Utils for solving common problems in java.
|
Filename | Size |
---|---|
java-snippets-0.0.1.pom | |
java-snippets-0.0.1.jar | 114 KB |
java-snippets-0.0.1-sources.jar | 81 KB |
java-snippets-0.0.1-javadoc.jar | 774 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.congyh/java-snippets/ -->
<dependency>
<groupId>com.github.congyh</groupId>
<artifactId>java-snippets</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.congyh/java-snippets/
implementation 'com.github.congyh:java-snippets:0.0.1'
// https://jarcasting.com/artifacts/com.github.congyh/java-snippets/
implementation ("com.github.congyh:java-snippets:0.0.1")
'com.github.congyh:java-snippets:jar:0.0.1'
<dependency org="com.github.congyh" name="java-snippets" rev="0.0.1">
<artifact name="java-snippets" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.congyh', module='java-snippets', version='0.0.1')
)
libraryDependencies += "com.github.congyh" % "java-snippets" % "0.0.1"
[com.github.congyh/java-snippets "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java | jar | 5.1.39 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |