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