GroupId | GroupIdcom.github.mizool.technology |
---|---|
ArtifactId | ArtifactIdtechnology-web |
Version | Version%25NEXT_DEVELOP_SNAPSHOT%25 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.mizool.technology/technology-web/ -->
<dependency>
<groupId>com.github.mizool.technology</groupId>
<artifactId>technology-web</artifactId>
<version>%25NEXT_DEVELOP_SNAPSHOT%25</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mizool.technology/technology-web/
implementation 'com.github.mizool.technology:technology-web:%25NEXT_DEVELOP_SNAPSHOT%25'
// https://jarcasting.com/artifacts/com.github.mizool.technology/technology-web/
implementation ("com.github.mizool.technology:technology-web:%25NEXT_DEVELOP_SNAPSHOT%25")
'com.github.mizool.technology:technology-web:jar:%25NEXT_DEVELOP_SNAPSHOT%25'
<dependency org="com.github.mizool.technology" name="technology-web" rev="%25NEXT_DEVELOP_SNAPSHOT%25">
<artifact name="technology-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mizool.technology', module='technology-web', version='%25NEXT_DEVELOP_SNAPSHOT%25')
)
libraryDependencies += "com.github.mizool.technology" % "technology-web" % "%25NEXT_DEVELOP_SNAPSHOT%25"
[com.github.mizool.technology/technology-web "%25NEXT_DEVELOP_SNAPSHOT%25"]