| License |
License |
|---|---|
| GroupId | GroupIdcom.hubspot |
| ArtifactId | ArtifactIdMason |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionMason
Builder pattern
|
| Filename | Size |
|---|---|
| Mason-1.0.0.pom | |
| Mason-1.0.0.jar | 10 KB |
| Mason-1.0.0-tests.jar | 10 KB |
| Mason-1.0.0-test-sources.jar | 3 KB |
| Mason-1.0.0-sources.jar | 4 KB |
| Mason-1.0.0-javadoc.jar | 64 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hubspot/Mason/ -->
<dependency>
<groupId>com.hubspot</groupId>
<artifactId>Mason</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hubspot/Mason/
implementation 'com.hubspot:Mason:1.0.0'
// https://jarcasting.com/artifacts/com.hubspot/Mason/
implementation ("com.hubspot:Mason:1.0.0")
'com.hubspot:Mason:jar:1.0.0'
<dependency org="com.hubspot" name="Mason" rev="1.0.0">
<artifact name="Mason" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hubspot', module='Mason', version='1.0.0')
)
libraryDependencies += "com.hubspot" % "Mason" % "1.0.0"
[com.hubspot/Mason "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | 2.4.1.3 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.4.1.1 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.4.1 |
| com.google.guava : guava | jar | 17.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |