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