pimpathon


License

License

GroupId

GroupId

com.github.stacycurl
ArtifactId

ArtifactId

pimpathon_2.11
Last Version

Last Version

1.8.28
Release Date

Release Date

Type

Type

jar
Description

Description

pimpathon
pimpathon
Project URL

Project URL

https://github.com/stacycurl/pimpathon
Project Organization

Project Organization

com.github.stacycurl
Source Code Management

Source Code Management

https://github.com/stacycurl/pimpathon

Download pimpathon_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.stacycurl/pimpathon_2.11/ -->
<dependency>
    <groupId>com.github.stacycurl</groupId>
    <artifactId>pimpathon_2.11</artifactId>
    <version>1.8.28</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stacycurl/pimpathon_2.11/
implementation 'com.github.stacycurl:pimpathon_2.11:1.8.28'
// https://jarcasting.com/artifacts/com.github.stacycurl/pimpathon_2.11/
implementation ("com.github.stacycurl:pimpathon_2.11:1.8.28")
'com.github.stacycurl:pimpathon_2.11:jar:1.8.28'
<dependency org="com.github.stacycurl" name="pimpathon_2.11" rev="1.8.28">
  <artifact name="pimpathon_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stacycurl', module='pimpathon_2.11', version='1.8.28')
)
libraryDependencies += "com.github.stacycurl" % "pimpathon_2.11" % "1.8.28"
[com.github.stacycurl/pimpathon_2.11 "1.8.28"]

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.7

provided (5)

Group / Artifact Type Version
com.github.julien-truffaut : monocle-core_2.11 jar 1.2.2
io.argonaut : argonaut_2.11 jar 6.2-M2
io.argonaut : argonaut-monocle_2.11 jar 6.2-M2
org.scalaz : scalaz-core_2.11 jar 7.2.2
io.gatling : jsonpath_2.11 jar 0.6.7

test (2)

Group / Artifact Type Version
com.novocode : junit-interface jar 0.11
com.github.stacycurl » delta-matchers_2.11 jar 1.0.19

Project Modules

There are no modules declared in this project.

Pimpathon

Build Status Release Artifacts Maven Central

Pimpathon is a library that extends Scala & Java classes with 'extension methods' via the Pimp my Library pattern.

Pimpathon contains pimps for classes in core scala & java libraries and pimps for external libraries. To avoid name clash the pimps for core classes are called XPimps (ListPimps, etc.) and those for external libraries are called XFrills (ListFrills, etc.)

Using Pimpathon

Release artefacts are published to Sonatype and are built using Github Actions.

To include the repositories in your SBT build you should add:

resolvers += Resolver.sonatypeRepo("releases")

To include pimpathon as a dependency you should add:

libraryDependencies += "com.github.stacycurl" %% "pimpathon" % "1.8.27" intransitive()

'intransitive' means that even though pimpathon pimps a few third party libraries it won't force you to depend on them, you'll only get pimps for types in libraries you already depend on.

Builds are available for Scala 2.11.7 & 2.12.12

Documentation

Contributors

Versions

Version
1.8.28
1.8.27