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