| Categories |
CategoriesMirror Application Layer Libs Introspection |
|---|---|
| GroupId | GroupIdcom.github.gered |
| ArtifactId | ArtifactIdbwmirror |
| Version | Version2.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| bwmirror-2.7.pom | |
| bwmirror-2.7.jar | 1 MB |
| bwmirror-2.7-sources.jar | 1 MB |
| bwmirror-2.7-javadoc.jar | 498 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.gered/bwmirror/ -->
<dependency>
<groupId>com.github.gered</groupId>
<artifactId>bwmirror</artifactId>
<version>2.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gered/bwmirror/
implementation 'com.github.gered:bwmirror:2.7'
// https://jarcasting.com/artifacts/com.github.gered/bwmirror/
implementation ("com.github.gered:bwmirror:2.7")
'com.github.gered:bwmirror:jar:2.7'
<dependency org="com.github.gered" name="bwmirror" rev="2.7">
<artifact name="bwmirror" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gered', module='bwmirror', version='2.7')
)
libraryDependencies += "com.github.gered" % "bwmirror" % "2.7"
[com.github.gered/bwmirror "2.7"]