GroupId | GroupIdcom.github.flowersinthesand |
---|---|
ArtifactId | ArtifactIdportal-core |
Version | Version0.6.1 |
Type | Typejar |
Filename | Size |
---|---|
portal-core-0.6.1.pom | |
portal-core-0.6.1.jar | 72 KB |
portal-core-0.6.1-sources.jar | 47 KB |
portal-core-0.6.1-javadoc.jar | 211 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.flowersinthesand/portal-core/ -->
<dependency>
<groupId>com.github.flowersinthesand</groupId>
<artifactId>portal-core</artifactId>
<version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.flowersinthesand/portal-core/
implementation 'com.github.flowersinthesand:portal-core:0.6.1'
// https://jarcasting.com/artifacts/com.github.flowersinthesand/portal-core/
implementation ("com.github.flowersinthesand:portal-core:0.6.1")
'com.github.flowersinthesand:portal-core:jar:0.6.1'
<dependency org="com.github.flowersinthesand" name="portal-core" rev="0.6.1">
<artifact name="portal-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.flowersinthesand', module='portal-core', version='0.6.1')
)
libraryDependencies += "com.github.flowersinthesand" % "portal-core" % "0.6.1"
[com.github.flowersinthesand/portal-core "0.6.1"]