GroupId | GroupIdcom.github.chhh |
---|---|
ArtifactId | ArtifactIdmsftbx |
Version | Version1.8.2 |
Type | Typejar |
Filename | Size |
---|---|
msftbx-1.8.2.pom | |
msftbx-1.8.2.jar | 995 KB |
msftbx-1.8.2-sources.jar | 1 MB |
msftbx-1.8.2-javadoc.jar | 1 MB |
msftbx-1.8.2-jar-with-dependencies.jar | 4 MB |
msftbx-1.8.2-bin.zip | 3 MB |
msftbx-1.8.2-bin.tar.gz | 3 MB |
msftbx-1.8.2-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.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chhh/msftbx/
implementation 'com.github.chhh:msftbx:1.8.2'
// https://jarcasting.com/artifacts/com.github.chhh/msftbx/
implementation ("com.github.chhh:msftbx:1.8.2")
'com.github.chhh:msftbx:jar:1.8.2'
<dependency org="com.github.chhh" name="msftbx" rev="1.8.2">
<artifact name="msftbx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chhh', module='msftbx', version='1.8.2')
)
libraryDependencies += "com.github.chhh" % "msftbx" % "1.8.2"
[com.github.chhh/msftbx "1.8.2"]