Categories |
CategoriesWire Data Data Structures |
---|---|
GroupId | GroupIdcom.github.wirechen |
ArtifactId | ArtifactIdwxLog |
Version | Version1.0.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
wxLog-1.0.RELEASE.pom | |
wxLog-1.0.RELEASE.jar | 7 KB |
wxLog-1.0.RELEASE-sources.jar | 4 KB |
wxLog-1.0.RELEASE-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wirechen/wxLog/ -->
<dependency>
<groupId>com.github.wirechen</groupId>
<artifactId>wxLog</artifactId>
<version>1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wirechen/wxLog/
implementation 'com.github.wirechen:wxLog:1.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.wirechen/wxLog/
implementation ("com.github.wirechen:wxLog:1.0.RELEASE")
'com.github.wirechen:wxLog:jar:1.0.RELEASE'
<dependency org="com.github.wirechen" name="wxLog" rev="1.0.RELEASE">
<artifact name="wxLog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wirechen', module='wxLog', version='1.0.RELEASE')
)
libraryDependencies += "com.github.wirechen" % "wxLog" % "1.0.RELEASE"
[com.github.wirechen/wxLog "1.0.RELEASE"]