License |
License |
---|---|
GroupId | GroupIdcom.bellotapps.the-messenger |
ArtifactId | ArtifactIdcommons |
Version | Version0.0.1-RELEASE |
Type | Typejar |
Description |
DescriptionCommons
A framework for sending messages.
|
Filename | Size |
---|---|
commons-0.0.1-RELEASE.pom | |
commons-0.0.1-RELEASE.jar | 18 KB |
commons-0.0.1-RELEASE-sources.jar | 10 KB |
commons-0.0.1-RELEASE-javadoc.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bellotapps.the-messenger/commons/ -->
<dependency>
<groupId>com.bellotapps.the-messenger</groupId>
<artifactId>commons</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.bellotapps.the-messenger/commons/
implementation 'com.bellotapps.the-messenger:commons:0.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.bellotapps.the-messenger/commons/
implementation ("com.bellotapps.the-messenger:commons:0.0.1-RELEASE")
'com.bellotapps.the-messenger:commons:jar:0.0.1-RELEASE'
<dependency org="com.bellotapps.the-messenger" name="commons" rev="0.0.1-RELEASE">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bellotapps.the-messenger', module='commons', version='0.0.1-RELEASE')
)
libraryDependencies += "com.bellotapps.the-messenger" % "commons" % "0.0.1-RELEASE"
[com.bellotapps.the-messenger/commons "0.0.1-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.9 |