Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.lakis |
ArtifactId | ArtifactIdcerebro-framework |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
cerebro-framework-1.0.0.pom | |
cerebro-framework-1.0.0.jar | 2 KB |
cerebro-framework-1.0.0-sources.jar | 767 bytes |
cerebro-framework-1.0.0-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.lakis/cerebro-framework/ -->
<dependency>
<groupId>net.lakis</groupId>
<artifactId>cerebro-framework</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.lakis/cerebro-framework/
implementation 'net.lakis:cerebro-framework:1.0.0'
// https://jarcasting.com/artifacts/net.lakis/cerebro-framework/
implementation ("net.lakis:cerebro-framework:1.0.0")
'net.lakis:cerebro-framework:jar:1.0.0'
<dependency org="net.lakis" name="cerebro-framework" rev="1.0.0">
<artifact name="cerebro-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.lakis', module='cerebro-framework', version='1.0.0')
)
libraryDependencies += "net.lakis" % "cerebro-framework" % "1.0.0"
[net.lakis/cerebro-framework "1.0.0"]