License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.md-5 |
ArtifactId | ArtifactIdjbeat |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjbeat
Java beat binary patch creator and applier. See http://byuu.org/programming/beat/ for the beat patch specifications.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jbeat-1.0.pom | |
jbeat-1.0.jar | 8 KB |
jbeat-1.0-sources.jar | 8 KB |
jbeat-1.0-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.md-5/jbeat/ -->
<dependency>
<groupId>net.md-5</groupId>
<artifactId>jbeat</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.md-5/jbeat/
implementation 'net.md-5:jbeat:1.0'
// https://jarcasting.com/artifacts/net.md-5/jbeat/
implementation ("net.md-5:jbeat:1.0")
'net.md-5:jbeat:jar:1.0'
<dependency org="net.md-5" name="jbeat" rev="1.0">
<artifact name="jbeat" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.md-5', module='jbeat', version='1.0')
)
libraryDependencies += "net.md-5" % "jbeat" % "1.0"
[net.md-5/jbeat "1.0"]