GroupId | GroupIdcom.github.houbb |
---|---|
ArtifactId | ArtifactIdvalid-core |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
valid-core-0.0.3.pom | |
valid-core-0.0.3.jar | 46 KB |
valid-core-0.0.3-sources.jar | 38 KB |
valid-core-0.0.3-javadoc.jar | 205 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/valid-core/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>valid-core</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/valid-core/
implementation 'com.github.houbb:valid-core:0.0.3'
// https://jarcasting.com/artifacts/com.github.houbb/valid-core/
implementation ("com.github.houbb:valid-core:0.0.3")
'com.github.houbb:valid-core:jar:0.0.3'
<dependency org="com.github.houbb" name="valid-core" rev="0.0.3">
<artifact name="valid-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='valid-core', version='0.0.3')
)
libraryDependencies += "com.github.houbb" % "valid-core" % "0.0.3"
[com.github.houbb/valid-core "0.0.3"]