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