GroupId | GroupIdcn.herodotus.engine |
---|---|
ArtifactId | ArtifactIdprotect-core |
Version | Version2.7.0.10 |
Type | Typejar |
Filename | Size |
---|---|
protect-core-2.7.0.10.pom | |
protect-core-2.7.0.10.jar | 38 KB |
protect-core-2.7.0.10-sources.jar | 45 KB |
protect-core-2.7.0.10-javadoc.jar | 148 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.herodotus.engine/protect-core/ -->
<dependency>
<groupId>cn.herodotus.engine</groupId>
<artifactId>protect-core</artifactId>
<version>2.7.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/cn.herodotus.engine/protect-core/
implementation 'cn.herodotus.engine:protect-core:2.7.0.10'
// https://jarcasting.com/artifacts/cn.herodotus.engine/protect-core/
implementation ("cn.herodotus.engine:protect-core:2.7.0.10")
'cn.herodotus.engine:protect-core:jar:2.7.0.10'
<dependency org="cn.herodotus.engine" name="protect-core" rev="2.7.0.10">
<artifact name="protect-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.herodotus.engine', module='protect-core', version='2.7.0.10')
)
libraryDependencies += "cn.herodotus.engine" % "protect-core" % "2.7.0.10"
[cn.herodotus.engine/protect-core "2.7.0.10"]