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