GroupId | GroupIdcom.github.zhou6ang.framework |
---|---|
ArtifactId | ArtifactIdbit-mvc |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
bit-mvc-1.0.0.pom | |
bit-mvc-1.0.0.jar | 31 KB |
bit-mvc-1.0.0-sources.jar | 17 KB |
bit-mvc-1.0.0-javadoc.jar | 155 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zhou6ang.framework/bit-mvc/ -->
<dependency>
<groupId>com.github.zhou6ang.framework</groupId>
<artifactId>bit-mvc</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhou6ang.framework/bit-mvc/
implementation 'com.github.zhou6ang.framework:bit-mvc:1.0.0'
// https://jarcasting.com/artifacts/com.github.zhou6ang.framework/bit-mvc/
implementation ("com.github.zhou6ang.framework:bit-mvc:1.0.0")
'com.github.zhou6ang.framework:bit-mvc:jar:1.0.0'
<dependency org="com.github.zhou6ang.framework" name="bit-mvc" rev="1.0.0">
<artifact name="bit-mvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zhou6ang.framework', module='bit-mvc', version='1.0.0')
)
libraryDependencies += "com.github.zhou6ang.framework" % "bit-mvc" % "1.0.0"
[com.github.zhou6ang.framework/bit-mvc "1.0.0"]