GroupId | GroupIdcom.github.chhh |
---|---|
ArtifactId | ArtifactIdmsftbx |
Version | Version1.6.0 |
Type | Typejar |
Filename | Size |
---|---|
msftbx-1.6.0.pom | |
msftbx-1.6.0.jar | 1 MB |
msftbx-1.6.0-sources.jar | 1 MB |
msftbx-1.6.0-javadoc.jar | 1 MB |
msftbx-1.6.0-jar-with-dependencies.jar | 5 MB |
msftbx-1.6.0-bin.zip | 3 MB |
msftbx-1.6.0-bin.tar.gz | 3 MB |
msftbx-1.6.0-bin.tar.bz2 | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chhh/msftbx/ -->
<dependency>
<groupId>com.github.chhh</groupId>
<artifactId>msftbx</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chhh/msftbx/
implementation 'com.github.chhh:msftbx:1.6.0'
// https://jarcasting.com/artifacts/com.github.chhh/msftbx/
implementation ("com.github.chhh:msftbx:1.6.0")
'com.github.chhh:msftbx:jar:1.6.0'
<dependency org="com.github.chhh" name="msftbx" rev="1.6.0">
<artifact name="msftbx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chhh', module='msftbx', version='1.6.0')
)
libraryDependencies += "com.github.chhh" % "msftbx" % "1.6.0"
[com.github.chhh/msftbx "1.6.0"]