| Categories | CategoriesBlade User Interface Web Frameworks | 
|---|---|
| GroupId | GroupIdcom.hellokaton | 
| ArtifactId | ArtifactIdblade-core | 
| Version | Version2.1.1.RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| blade-core-2.1.1.RELEASE.pom | |
| blade-core-2.1.1.RELEASE.jar | 284 KB | 
| blade-core-2.1.1.RELEASE-sources.jar | 164 KB | 
| blade-core-2.1.1.RELEASE-javadoc.jar | 977 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.hellokaton/blade-core/ -->
<dependency>
    <groupId>com.hellokaton</groupId>
    <artifactId>blade-core</artifactId>
    <version>2.1.1.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.hellokaton/blade-core/
implementation 'com.hellokaton:blade-core:2.1.1.RELEASE'// https://jarcasting.com/artifacts/com.hellokaton/blade-core/
implementation ("com.hellokaton:blade-core:2.1.1.RELEASE")'com.hellokaton:blade-core:jar:2.1.1.RELEASE'<dependency org="com.hellokaton" name="blade-core" rev="2.1.1.RELEASE">
  <artifact name="blade-core" type="jar" />
</dependency>@Grapes(
@Grab(group='com.hellokaton', module='blade-core', version='2.1.1.RELEASE')
)libraryDependencies += "com.hellokaton" % "blade-core" % "2.1.1.RELEASE"[com.hellokaton/blade-core "2.1.1.RELEASE"]