GroupId | GroupIdcom.github.chendb |
---|---|
ArtifactId | ArtifactIdflagwind-core |
Version | Version1.0.8 |
Type | Typejar |
Filename | Size |
---|---|
flagwind-core-1.0.8.pom | |
flagwind-core-1.0.8.jar | 106 KB |
flagwind-core-1.0.8-sources.jar | 70 KB |
flagwind-core-1.0.8-javadoc.jar | 573 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chendb/flagwind-core/ -->
<dependency>
<groupId>com.github.chendb</groupId>
<artifactId>flagwind-core</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chendb/flagwind-core/
implementation 'com.github.chendb:flagwind-core:1.0.8'
// https://jarcasting.com/artifacts/com.github.chendb/flagwind-core/
implementation ("com.github.chendb:flagwind-core:1.0.8")
'com.github.chendb:flagwind-core:jar:1.0.8'
<dependency org="com.github.chendb" name="flagwind-core" rev="1.0.8">
<artifact name="flagwind-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chendb', module='flagwind-core', version='1.0.8')
)
libraryDependencies += "com.github.chendb" % "flagwind-core" % "1.0.8"
[com.github.chendb/flagwind-core "1.0.8"]