GroupId | GroupIdcom.github.yafeiwang1240 |
---|---|
ArtifactId | ArtifactIdOBrien |
Version | Version1.1.2 |
Type | Typejar |
Filename | Size |
---|---|
OBrien-1.1.2.pom | |
OBrien-1.1.2.jar | 120 KB |
OBrien-1.1.2-sources.jar | 63 KB |
OBrien-1.1.2-javadoc.jar | 669 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yafeiwang1240/OBrien/ -->
<dependency>
<groupId>com.github.yafeiwang1240</groupId>
<artifactId>OBrien</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yafeiwang1240/OBrien/
implementation 'com.github.yafeiwang1240:OBrien:1.1.2'
// https://jarcasting.com/artifacts/com.github.yafeiwang1240/OBrien/
implementation ("com.github.yafeiwang1240:OBrien:1.1.2")
'com.github.yafeiwang1240:OBrien:jar:1.1.2'
<dependency org="com.github.yafeiwang1240" name="OBrien" rev="1.1.2">
<artifact name="OBrien" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yafeiwang1240', module='OBrien', version='1.1.2')
)
libraryDependencies += "com.github.yafeiwang1240" % "OBrien" % "1.1.2"
[com.github.yafeiwang1240/OBrien "1.1.2"]