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