GroupId | GroupIdcom.github.bloodshura |
---|---|
ArtifactId | ArtifactIddesktoputils |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
desktoputils-1.0.0.pom | |
desktoputils-1.0.0.jar | 30 KB |
desktoputils-1.0.0-sources.jar | 19 KB |
desktoputils-1.0.0-javadoc.jar | 114 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bloodshura/desktoputils/ -->
<dependency>
<groupId>com.github.bloodshura</groupId>
<artifactId>desktoputils</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bloodshura/desktoputils/
implementation 'com.github.bloodshura:desktoputils:1.0.0'
// https://jarcasting.com/artifacts/com.github.bloodshura/desktoputils/
implementation ("com.github.bloodshura:desktoputils:1.0.0")
'com.github.bloodshura:desktoputils:jar:1.0.0'
<dependency org="com.github.bloodshura" name="desktoputils" rev="1.0.0">
<artifact name="desktoputils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bloodshura', module='desktoputils', version='1.0.0')
)
libraryDependencies += "com.github.bloodshura" % "desktoputils" % "1.0.0"
[com.github.bloodshura/desktoputils "1.0.0"]