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