| GroupId | GroupIdcom.holmos |
|---|---|
| ArtifactId | ArtifactIdholmos-reflectAssert |
| Version | Version1.0.2u6 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.holmos/holmos-reflectAssert/ -->
<dependency>
<groupId>com.holmos</groupId>
<artifactId>holmos-reflectAssert</artifactId>
<version>1.0.2u6</version>
</dependency>
// https://jarcasting.com/artifacts/com.holmos/holmos-reflectAssert/
implementation 'com.holmos:holmos-reflectAssert:1.0.2u6'
// https://jarcasting.com/artifacts/com.holmos/holmos-reflectAssert/
implementation ("com.holmos:holmos-reflectAssert:1.0.2u6")
'com.holmos:holmos-reflectAssert:jar:1.0.2u6'
<dependency org="com.holmos" name="holmos-reflectAssert" rev="1.0.2u6">
<artifact name="holmos-reflectAssert" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.holmos', module='holmos-reflectAssert', version='1.0.2u6')
)
libraryDependencies += "com.holmos" % "holmos-reflectAssert" % "1.0.2u6"
[com.holmos/holmos-reflectAssert "1.0.2u6"]